get regular expression to get content in div as given format in asp.net [closed]
        Posted  
        
            by priti
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by priti
        
        
        
        Published on 2010-02-17T06:51:40Z
        Indexed on 
            2010/03/30
            2:43 UTC
        
        
        Read the original article
        Hit count: 508
        
<div class="hotelTitleZone">
    <span class="componentTitle">
        <a href="javascript:;" onclick="javascript:whocares();">Bellagio</a>
    </span>
</div>
In above div tag want to get value "Bellagio" using regular expression
© Stack Overflow or respective owner